sync.Pool.pinSlow (method)

2 uses

	sync (current package)
		pool.go#L220: 	return p.pinSlow()
		pool.go#L223: func (p *Pool) pinSlow() (*poolLocal, int) {